This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Help with @DBColumn ~Juan Prevelulyikle 21.Dec.03 02:43 PM a Web browser Domino Designer 6.0.3Windows XP
As well as a syntax error in the first parameter (that should read "Notes":"NoCache"), you need to specify a server, or null if it's the local machine (Server:Database) ... see your Designer Help ...
Specifying the server and database
There are several ways to specify the server : database parameter:
To perform the lookup on the current database (the same database in which the formula is being evaluated), specify "" as the entire argument to the function. "" means the local Domino directory where you are executing.
To perform a lookup on a local database, use "" for the server name and specify the database name explicitly, such as "":"DATABASE.NSF."
To perform a lookup (from the workstation) on a Domino database that resides on a server, include the server plus the path and file name as a text list, as in "SERVER":"DATABASE.NSF."